From dc11d67a0b153eef452b091280f05753fcd0218c Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Mon, 3 Sep 2012 22:09:52 +0000 Subject: [PATCH] Bump version to 1.4.4. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4197 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/configure | 21 ++++++++++----------- gpsbabel/configure.in | 5 ++--- gpsbabel/gbversion.h | 4 ++-- gpsbabel/gui/setup.iss | 4 ++-- 4 files changed, 16 insertions(+), 18 deletions(-) diff --git a/gpsbabel/configure b/gpsbabel/configure index fdd746166..14c156a9f 100755 --- a/gpsbabel/configure +++ b/gpsbabel/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for GPSBabel 1.4.3. +# Generated by GNU Autoconf 2.61 for GPSBabel 1.4.4. # # Report bugs to . # @@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='GPSBabel' PACKAGE_TARNAME='gpsbabel' -PACKAGE_VERSION='1.4.3' -PACKAGE_STRING='GPSBabel 1.4.3' +PACKAGE_VERSION='1.4.4' +PACKAGE_STRING='GPSBabel 1.4.4' PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS' # Factoring default headers for most tests. @@ -1212,7 +1212,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GPSBabel 1.4.3 to adapt to many kinds of systems. +\`configure' configures GPSBabel 1.4.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1278,7 +1278,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GPSBabel 1.4.3:";; + short | recursive ) echo "Configuration of GPSBabel 1.4.4:";; esac cat <<\_ACEOF @@ -1375,7 +1375,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GPSBabel configure 1.4.3 +GPSBabel configure 1.4.4 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1389,7 +1389,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GPSBabel $as_me 1.4.3, which was +It was created by GPSBabel $as_me 1.4.4, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -1744,8 +1744,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu DOCVERSION=`echo $PACKAGE_VERSION` -# 1.4.1 is a tiny tweak to 1.4.0. Use that doc. -DOCVERSION=1.4.3 +DOCVERSION=1.4.4 # Increase GBBUILD for a new release @@ -5384,7 +5383,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GPSBabel $as_me 1.4.3, which was +This file was extended by GPSBabel $as_me 1.4.4, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5433,7 +5432,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GPSBabel config.status 1.4.3 +GPSBabel config.status 1.4.4 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/gpsbabel/configure.in b/gpsbabel/configure.in index 484d3ac46..5890dde3d 100644 --- a/gpsbabel/configure.in +++ b/gpsbabel/configure.in @@ -3,11 +3,10 @@ AC_PREREQ(2.59) -AC_INIT(GPSBabel, 1.4.3, BUG-REPORT-ADDRESS) +AC_INIT(GPSBabel, 1.4.4, BUG-REPORT-ADDRESS) DOCVERSION=`echo $PACKAGE_VERSION` -# 1.4.1 is a tiny tweak to 1.4.0. Use that doc. -DOCVERSION=1.4.3 +DOCVERSION=1.4.4 # Increase GBBUILD for a new release diff --git a/gpsbabel/gbversion.h b/gpsbabel/gbversion.h index 5f8e2f06d..09b651f49 100644 --- a/gpsbabel/gbversion.h +++ b/gpsbabel/gbversion.h @@ -4,5 +4,5 @@ * * Isn't simplification via automation grand? */ -#define VERSION "1.4.3" -#define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-1.4.3" +#define VERSION "1.4.4" +#define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-1.4.4" diff --git a/gpsbabel/gui/setup.iss b/gpsbabel/gui/setup.iss index 36494e674..9a7748ecf 100755 --- a/gpsbabel/gui/setup.iss +++ b/gpsbabel/gui/setup.iss @@ -16,7 +16,7 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{1B8FE958-A304-4902-BF7A-4E2F0F5B7017} AppName=GPSBabel -AppVerName=GPSBabel 1.4.3 +AppVerName=GPSBabel 1.4.4 AppPublisher=GPSBabel AppPublisherURL=http://www.gpsbabel.org AppSupportURL=http://www.gpsbabel.org @@ -24,7 +24,7 @@ AppUpdatesURL=http://www.gpsbabel.org DefaultDirName={pf}\GPSBabel DefaultGroupName=GPSBabel OutputDir=release -OutputBaseFilename=GPSBabel-1.4.3-Setup +OutputBaseFilename=GPSBabel-1.4.4-Setup SetupIconFile=images\babel2.ico Compression=lzma SolidCompression=yes -- 2.30.2